home *** CD-ROM | disk | FTP | other *** search
- object frmTcp: TfrmTcp
- Left = 341
- Top = 247
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Retrieve from CDDB'
- ClientHeight = 57
- ClientWidth = 305
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object lblMessage: TLabel
- Left = 7
- Top = 16
- Width = 210
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Connecting...'
- end
- object btnCancel: TButton
- Left = 223
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = btnCancelClick
- end
- object inoTcp: TIniOut
- Items.Strings = (
- 'frmTcp;Left;0;Software\Tisdale\CDmax\frmTcp;Left;1;0'
- 'frmTcp;Top;0;Software\Tisdale\CDmax\frmTcp;Top;1;0')
- RegistryRoot = CURRENT_USER
- Left = 39
- Top = 25
- end
- object clsTcp: TClientSocket
- Active = False
- ClientType = ctNonBlocking
- Port = 0
- OnConnecting = clsTcpConnecting
- OnConnect = clsTcpConnect
- OnDisconnect = clsTcpDisconnect
- OnRead = clsTcpRead
- OnError = clsTcpError
- Left = 8
- Top = 24
- end
- end
-